From: Tim Janik Date: Fri, 20 Jun 2008 11:09:02 +0000 (+0000) Subject: Seal GtkObject X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31851 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1a1e048b4a2ddbfd04937f605738a0ccba7afbfe;p=gtk4.git Seal GtkObject svn path=/trunk/; revision=20613 --- diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index f8ec563031..c927f5bf5b 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -32,6 +32,7 @@ #define __GTK_OBJECT_H__ +#include #include #include #include @@ -93,7 +94,7 @@ struct _GtkObject * aligned on 4 or 8 byte boundaries. If a new bitfield were * used in GtkWidget much space would be wasted. */ - guint32 flags; + guint32 GSEAL (flags); }; struct _GtkObjectClass